(menu-bar-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 May 1993 05:06:35 +0000 (05:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 May 1993 05:06:35 +0000 (05:06 +0000)
lisp/menu-bar.el

index 214b67a89a55b544758e662d8ea84adf391ee48d..7494867bfa8911ae58ec406406ef51e4da910e1b 100644 (file)
@@ -200,11 +200,11 @@ and selects that window."
 (defvar menu-bar-mode nil)
 
 (defun menu-bar-mode (flag)
-  "Toggle display of vertical scroll bars on each frame.
+  "Toggle display of a menu bar on each frame.
 This command applies to all frames that exist and frames to be
 created in the future.
 With a numeric argument, if the argument is negative,
-turn off scroll bars; otherwise, turn on scroll bars."
+turn off menu bars; otherwise, turn on menu bars."
   (interactive "P")
   (setq menu-bar-mode (if (null flag) (not menu-bar-mode)
                          (or (not (numberp flag)) (>= flag 0))))